ComponentOne ASP.NET MVC Controls
OnClientGotFocus Method

C1.Web.Mvc.Fluent Namespace > ControlBuilder<TControl,TBuilder> Class : OnClientGotFocus Method
The value.
Configurates the C1.Web.Mvc.Control.OnClientGotFocus client event. Occurs when the control gets the focus.
Syntax
'Declaration
 
Public Function OnClientGotFocus( _
   ByVal value As String _
) As TBuilder
public TBuilder OnClientGotFocus( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ControlBuilder<TControl,TBuilder> Class
ControlBuilder<TControl,TBuilder> Members